Turn on cxx_alias_templates support git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@132134 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/__config b/include/__config index 48f3a44..86ce000 100644 --- a/include/__config +++ b/include/__config 
@@ -91,9 +91,9 @@    #if defined(__clang__)   -//#if !__has_feature(cxx_alias_templates) +#if !__has_feature(cxx_alias_templates)  #define _LIBCPP_HAS_NO_TEMPLATE_ALIASES -//#endif +#endif    #ifndef __GXX_EXPERIMENTAL_CXX0X__  #ifdef __linux__